home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12635 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1004 b 

  1. Path: pegasus.odyssee.net!news
  2. From: titan@odyssee.net (Molle Anthony)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help understanding CLASSes
  5. Date: Wed, 20 Mar 1996 22:04:41 GMT
  6. Organization: Odyssee Internet
  7. Message-ID: <4ipvjo$72g@pegasus.odyssee.net>
  8. Reply-To: titan@odyssee.net
  9. NNTP-Posting-Host: pool6_2.odyssee.net
  10. X-Newsreader: Forte Free Agent v0.55
  11.  
  12.     I have just completed a course in C and have a few days of class with
  13. nothing to do before exams so my teacher began to show us a little
  14. C++.
  15.  
  16. From what I understand, Class is  sort of like struct in C. Can anyone
  17. refer me to any online information about C++ (class) -- or even better
  18. yet, give me a "reader's digest" explanation of CLASS.
  19.  
  20. This is what I need to do:
  21.  
  22. 1.designate a given area on a screen;
  23.  
  24. 2.put a character in the center of that area;
  25.  
  26. 3.using arrow keys, move that character around .(up arrow moves       
  27.    up,down  arrow moves down,etc).
  28.  
  29. Any help on this would be greatly appreciated.
  30.  
  31.  
  32. Thanks 
  33. Anthony Molle
  34. titan@odyssee.net
  35.  
  36.  
  37.